From a166ff93f80c76272da4505b5f7598959731f97f Mon Sep 17 00:00:00 2001 From: Ewan Mellor Date: Mon, 26 Mar 2007 01:13:16 +0100 Subject: [PATCH] Fix VM.resume/suspend docs. Signed-off-by: Ewan Mellor --- docs/xen-api/xenapi-datamodel.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/xen-api/xenapi-datamodel.tex b/docs/xen-api/xenapi-datamodel.tex index 6b3e06f8cb..65c1acd2e1 100644 --- a/docs/xen-api/xenapi-datamodel.tex +++ b/docs/xen-api/xenapi-datamodel.tex @@ -1379,7 +1379,7 @@ specified VM is in the Running state. \begin{tabular}{|c|c|p{7cm}|} \hline {\bf type} & {\bf name} & {\bf description} \\ \hline -{\tt VM ref } & vm & The VM to hibernate \\ \hline +{\tt VM ref } & vm & The VM to suspend \\ \hline \end{tabular} @@ -1414,9 +1414,9 @@ specified VM is in the Suspended state. \begin{tabular}{|c|c|p{7cm}|} \hline {\bf type} & {\bf name} & {\bf description} \\ \hline -{\tt VM ref } & vm & The VM to unhibernate \\ \hline +{\tt VM ref } & vm & The VM to resume \\ \hline -{\tt bool } & start\_paused & Unhibernate VM in paused state if set to true. \\ \hline +{\tt bool } & start\_paused & Resume VM in paused state if set to true. \\ \hline \end{tabular} -- 2.30.2